func syscall.ptracePeek
3 uses
syscall (current package)
syscall_linux.go#L851: func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, err error) {
syscall_linux.go#L892: return ptracePeek(PTRACE_PEEKTEXT, pid, addr, out)
syscall_linux.go#L896: return ptracePeek(PTRACE_PEEKDATA, pid, addr, out)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)